Skip to content

Conversation

@liechtenstein-dev
Copy link

The override field is used to specify alternative configurations for EC2 instances in node groups (both managed and self-managed).

example of given override value:

override = {
  instance_type = ["t3a.large", "t3.large"]
}

This field is particularly useful in the following cases:

  • When using Spot Instances, to improve availability by providing multiple instance types.
  • When configuring mixed instance groups, allowing AWS to choose instances based on capacity and pricing.

@liechtenstein-dev liechtenstein-dev marked this pull request as draft May 14, 2025 16:51
@liechtenstein-dev liechtenstein-dev marked this pull request as ready for review May 15, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant